object FormHauteurLig: TFormHauteurLig Left = 349 Top = 182 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Interligne' ClientHeight = 200 ClientWidth = 134 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 6 Top = 5 Width = 43 Height = 14 Caption = 'Interligne' end object Label3: TLabel Left = 6 Top = 116 Width = 32 Height = 14 Caption = 'Valeur' ParentShowHint = False ShowHint = True end object SC_Line5: TSC_Line Left = 0 Top = 166 Width = 134 Height = 34 BorderShape = bsTopLine Align = alBottom end object ListLigne: TListBox Left = 6 Top = 22 Width = 121 Height = 88 Cursor = crHandPoint Hint = '|Style de puces' Ctl3D = True IntegralHeight = True ItemHeight = 14 Items.Strings = ( 'Simple' '1,5 ligne' 'Double' 'Au moins' 'Exactement' 'Multiple') ParentCtl3D = False ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = ListLigneClick OnDblClick = ListLigneDblClick end object SpinLigne: TSpinEdit Left = 6 Top = 132 Width = 121 Height = 23 Hint = '|Espacement entre la puce et le texte' Ctl3D = True MaxValue = 0 MinValue = 0 ParentCtl3D = False ParentShowHint = False ShowHint = True TabOrder = 1 Value = 10 end object ButtonOk: TButton Left = 29 Top = 172 Width = 75 Height = 22 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 2 end end